home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / 5_memchk.zip / T.BAT < prev    next >
DOS Batch File  |  1991-07-12  |  443b  |  23 lines

  1. @echo off
  2. cls
  3.  
  4. REM  If no parameter, %1, entered present help screen
  5. If %1!==! goto ERROR
  6.  
  7. More < %1
  8. goto END
  9.  
  10.     :ERROR
  11. echo  
  12. echo  
  13. echo  
  14. echo  
  15. echo  
  16. echo  
  17.  
  18. REM  echo Ctrl-G for beep tone
  19. echo     Syntax is "T <filename>" , for example, to display the file
  20. echo  
  21. echo     called COOLFILE.TXT you would type  T coolfile.txt  and press Return.
  22. echo                                           ~~~~~~~~~~~~
  23.     :END